You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumps the core submodule to 90d2b1d (the merged commit on microsoft/typespec main, which incorporates #11007 and #11014) and applies the corresponding generated-file updates, Node.js dependency updates, and a patch release bump.
Core changes (in typespec)
FluentServiceClientTemplate.java: responseBody == null ? null → new byte[0] to avoid NPE when service returns no body on LRO error
FluentExampleTemplate.java: skip duplicate methods in generated samples when advanced-versioning=true
Adds FluentServiceClientTemplateTests unit test
Updates @azure-tools/typespec-autorest, @azure-tools/typespec-azure-resource-manager, @azure-tools/typespec-azure-rulesets to 0.69.1
This repo
Core submodule → 90d2b1d
Regenerated 14 management *ClientImpl.java files in typespec-tests to reflect the null LRO body fix:
Added new sample TopLevelArmResourcesGetByResourceGroupSamples.java and example tsp/examples/2024-12-01/TopLevelArmResources_Get.json (synced via SyncTests.ps1)
Node.js dependencies updated in typespec-extension and typespec-tests:
CopilotAI
changed the title
Sync core with HEAD of typespec PR #11007: fix null LRO error response bodies
Sync core to HEAD of typespec/microsoft#11007: fix null LRO error response bodies
Jun 17, 2026
npm install + npm audit fix run in typespec-extension (3 pre-existing moderate vulns in js-yaml via @autorest/codemodel cannot be fixed without breaking changes)
Version bumped to 0.45.4 with changelog entry dated 2026-06-18
CopilotAI
changed the title
Sync core to HEAD of typespec/microsoft#11007: fix null LRO error response bodies
Sync core to HEAD of typespec/microsoft#11014: fix null LRO bodies, fix duplicate samples, update deps
Jun 18, 2026
@copilot Please update core submodule to latest HEAD of Azure/main
You may also need to run Sync-Tests script again.
weidongxu-microsoft
changed the title
Sync core to HEAD of typespec/microsoft#11014: fix null LRO bodies, fix duplicate samples, update deps
prepare release for 0.45.4
Jun 18, 2026
@copilot Please update core submodule to latest HEAD of Azure/main
You may also need to run Sync-Tests script again.
Done in commit b0bbbd4. Updated the core submodule from 08d60b0 (PR branch HEAD) to 90d2b1d (the merged commit on microsoft/typespec main). Ran SyncTests.ps1, which added one new file:
TopLevelArmResourcesGetByResourceGroupSamples.java (new sample for TopLevelArmResources.GetByResourceGroup)
CopilotAI
changed the title
eng, prepare release for 0.45.4
Sync core to latest HEAD of microsoft/typespec main: fix null LRO bodies, fix duplicate samples, update deps
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the
coresubmodule to90d2b1d(the merged commit onmicrosoft/typespecmain, which incorporates #11007 and #11014) and applies the corresponding generated-file updates, Node.js dependency updates, and a patch release bump.Core changes (in typespec)
FluentServiceClientTemplate.java:responseBody == null ? null → new byte[0]to avoid NPE when service returns no body on LRO errorFluentExampleTemplate.java: skip duplicate methods in generated samples whenadvanced-versioning=trueFluentServiceClientTemplateTestsunit test@azure-tools/typespec-autorest,@azure-tools/typespec-azure-resource-manager,@azure-tools/typespec-azure-rulesetsto0.69.1This repo
90d2b1d*ClientImpl.javafiles intypespec-teststo reflect the null LRO body fix:TopLevelArmResourcesGetByResourceGroupSamples.javaand exampletsp/examples/2024-12-01/TopLevelArmResources_Get.json(synced viaSyncTests.ps1)typespec-extensionandtypespec-tests:@azure-tools/typespec-autorest,@azure-tools/typespec-azure-resource-manager,@azure-tools/typespec-azure-rulesets:0.69.0→0.69.1@microsoft/api-extractor:^7.58.8→^7.58.9vitest/@vitest/coverage-v8/@vitest/ui:^4.1.8→^4.1.9npm install+npm audit fixrun intypespec-extension